cody - HTMLify profile

cody
4270 Files
636141 Views
Latest files of /cody/swapnilsparsh/30DaysOfJavaScript/74 - Random Anime Profile
@import url("https://fonts.googleapis.com/css2?family=Poppins:wght@300&display=swap");
* {
box-sizing: border-box;
}
body {
font-family: "Poppins", sans-serif;
* {
box-sizing: border-box;
}
body {
font-family: "Poppins", sans-serif;
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8" />
<meta http-equiv="X-UA-Compatible" content="IE=edge" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<title>Random Anime profile</title>
<link rel="stylesheet" href="style.css" />
<html lang="en">
<head>
<meta charset="UTF-8" />
<meta http-equiv="X-UA-Compatible" content="IE=edge" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<title>Random Anime profile</title>
<link rel="stylesheet" href="style.css" />
const getBTN = document.getElementById("btn");
const animeBox = document.querySelector(".anime-box");
const anime = document.querySelector(".anime");
const animeName = document.querySelector(".hero-name");
const animeLoader = document.querySelector(".anime-loader");
const saveBTN = document.getElementById("save");
const api_url = `https://api.catboys.com/img`;
const animeBox = document.querySelector(".anime-box");
const anime = document.querySelector(".anime");
const animeName = document.querySelector(".hero-name");
const animeLoader = document.querySelector(".anime-loader");
const saveBTN = document.getElementById("save");
const api_url = `https://api.catboys.com/img`;